const runtime.buckHashSize

4 uses

	runtime (current package)
		mprof.go#L29: 	buckHashSize = 179999
		mprof.go#L145: 	buckhash  *[buckHashSize]*bucket
		mprof.go#L208: 		buckhash = (*[buckHashSize]*bucket)(sysAlloc(unsafe.Sizeof(*buckhash), &memstats.buckhash_sys))
		mprof.go#L229: 	i := int(h % buckHashSize)